vcLayoutVisualization
Contains layout specific settings for visualizing the layout, the bounding box, and its colors.
See in: Overview
Module: vcCore
Parent: vcObject
Children -
Referenced by: vcLayout.Visualization
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| EdgeColor | vcColor OR None | RW | Gets or sets the color of the edge highlights. |
| EdgeLineWidth | Real OR None | RW | Gets or sets the width of the edge lines in screen coordinates. |
| IsVisible | Boolean OR None | RW | Gets or sets a value indicating whether the visualization should be rendered at all.See moreAssigning other than none forces the visibility to that state, while none allows automatic visibility changes based on e.g. selection. This setting is not persisted across layout save and load. |
| Layout | vcLayout | R | Gets the layout object this is a visualization for. |
| MainColor | vcColor OR None | RW | Gets or sets the main color of the visualization geometry. |